use xzalloc in x86 code
authorJan Beulich <jbeulich@suse.com>
Tue, 4 Oct 2011 12:18:30 +0000 (14:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Oct 2011 12:18:30 +0000 (14:18 +0200)
commit1527de3f85fa0c94578fdd12792588e0825ef2eb
treedd39a33980d9c79ffbd93afc7fe3aa71e990c1df
parent91f47f155288b0116472a7ce64d8709f144a5357
use xzalloc in x86 code

This includes the removal of a redundant memset() from microcode_amd.c.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
21 files changed:
xen/arch/x86/acpi/cpu_idle.c
xen/arch/x86/acpi/cpufreq/cpufreq.c
xen/arch/x86/acpi/cpufreq/powernow.c
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/cpu/mcheck/vmce.c
xen/arch/x86/domain.c
xen/arch/x86/domain_build.c
xen/arch/x86/hpet.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/mtrr.c
xen/arch/x86/hvm/svm/vpmu.c
xen/arch/x86/hvm/vmx/vpmu_core2.c
xen/arch/x86/i387.c
xen/arch/x86/io_apic.c
xen/arch/x86/irq.c
xen/arch/x86/microcode_amd.c
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/oprofile/op_model_ppro.c
xen/arch/x86/x86_64/mmconfig-shared.c
xen/arch/x86/x86_64/mmconfig_64.c
xen/arch/x86/xstate.c